home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / nilnull / nilnull.readme next >
Text File  |  1999-04-19  |  769b  |  27 lines

  1. Short: New NULL device and RunBack replacement
  2. Type: util/cli
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: Gunnar Nordmark, Andreas R. Kleinert, various
  5.  
  6.  Since AmigaOS' NIL: isn't a real device, this could
  7.  lead to problems sometimes.
  8.  
  9.  There once was a real NULL: device handler on
  10.  an old fish disk - so I decided polishing it
  11.  again a little bit. There also was a "RunBack"
  12.  tool available that did an Execute() (C:Run)
  13.  call using the NULL: device as Input and Output
  14.  handles - however nowadays System() is the
  15.  better choice. So I just wrote a new one in C.
  16.  
  17.  All you have to do, is to copy the NULL device
  18.  entry to Devs:DOSHandlers and the actual handler
  19.  to L:
  20.  
  21.  Original - respectively rewritten - sources
  22.  and documentation included.
  23.  
  24.  --
  25.  ARK, 4/Apr/99
  26.  
  27.